home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / dev / lang / sofa.lha / sofa / smalleiffel / man / install.txt < prev    next >
Text File  |  2000-03-25  |  2KB  |  46 lines

  1.  
  2.                             The install command
  3.                                       
  4.    Usage
  5.    
  6.    install [-interactive] [-debug]
  7.    
  8.    Command install is the installation program for SmallEiffel The GNU
  9.    Eiffel Compiler.
  10.    This command (class install.e) is entirely written in Eiffel and is
  11.    the recommanded one to install SmallEiffel The GNU Eiffel Compiler.
  12.    
  13.    The install.e source code as well as the generated C code install.c
  14.    are in the SmallEiffel directory.
  15.    
  16.    If you are under some UNIX (including GNU Linux) system and if you
  17.    want to use the gcc compiler like we do, simply type make in the
  18.    SmallEiffel directory (the Makefile which is in the SmallEiffel
  19.    directory C-compile and launch automatically the install command).
  20.    
  21.    If you are using a Windows system, a precompiled install.exe is
  22.    available too in the SmallEiffel directory, you just have to run it.
  23.    
  24.    On other systems, the very first step for installation is to C compile
  25.    the install.c file in order to run it.
  26.    
  27.    Options
  28.    
  29.    -interactive:
  30.           By default, the install command tries to determinate
  31.           automatically the system name as well as the C compiler name.
  32.           When the flag -interactive is used, the user is interactively
  33.           prompted for the system name and the C compiler to select.
  34.    -debug:
  35.           Displays a lot of information useful to debug the installation
  36.           process. It is also interresting if you are curious to see what
  37.           the install command is really doing (or trying to do ;) ).
  38.           
  39.                                    [Line]
  40.    Copyright © Dominique COLNET and Suzanne COLLIN - [1]<colnet@loria.fr>
  41.                      Last update: 13 Feb. 2000, by OZ. 
  42.  
  43. References
  44.  
  45.    1. mailto:colnet@loria.fr
  46.